home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / 32paft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TPREFFORM / TPREFFORM.txt
Text File  |  1998-05-15  |  14KB  |  588 lines

  1. object PrefForm: TPrefForm
  2.   Left = 237
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preferences'
  6.   ClientHeight = 272
  7.   ClientWidth = 394
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TabbedNotebook1: TTabbedNotebook
  19.     Left = 0
  20.     Top = 0
  21.     Width = 289
  22.     Height = 272
  23.     Align = alClient
  24.     TabFont.Charset = DEFAULT_CHARSET
  25.     TabFont.Color = clBtnText
  26.     TabFont.Height = -11
  27.     TabFont.Name = 'MS Sans Serif'
  28.     TabFont.Style = []
  29.     TabOrder = 0
  30.     OnChange = TabbedNotebook1Change
  31.     object TTabPage
  32.       Left = 4
  33.       Top = 24
  34.       Caption = 'Dialing'
  35.       object Label1: TLabel
  36.         Left = 16
  37.         Top = 8
  38.         Width = 95
  39.         Height = 13
  40.         Caption = 'Dial-Up Connection:'
  41.       end
  42.       object Label2: TLabel
  43.         Left = 48
  44.         Top = 179
  45.         Width = 64
  46.         Height = 13
  47.         Caption = 'Redial Count:'
  48.       end
  49.       object Label5: TLabel
  50.         Left = 16
  51.         Top = 211
  52.         Width = 100
  53.         Height = 13
  54.         Caption = 'Wait for Connection :'
  55.       end
  56.       object Label6: TLabel
  57.         Left = 161
  58.         Top = 210
  59.         Width = 46
  60.         Height = 13
  61.         Caption = '[seconds]'
  62.       end
  63.       object ComboBox1: TComboBox
  64.         Left = 16
  65.         Top = 24
  66.         Width = 241
  67.         Height = 21
  68.         Hint = 'Select Your Internet Connection From The Drop-Down List'
  69.         Style = csDropDownList
  70.         ItemHeight = 13
  71.         TabOrder = 0
  72.       end
  73.       object CheckBox1: TCheckBox
  74.         Left = 16
  75.         Top = 64
  76.         Width = 145
  77.         Height = 17
  78.         Hint = 'Checked => Dial Automatically on Startup'
  79.         Caption = 'Use Auto-Dial on Startup'
  80.         TabOrder = 1
  81.       end
  82.       object Edit1: TEdit
  83.         Left = 117
  84.         Top = 174
  85.         Width = 28
  86.         Height = 21
  87.         Hint = 'Number Of Times To Redial When Cannot Connect e.g. Busy Line'
  88.         TabOrder = 5
  89.         Text = '0'
  90.         OnKeyPress = Edit1KeyPress
  91.       end
  92.       object UpDown1: TUpDown
  93.         Left = 145
  94.         Top = 174
  95.         Width = 15
  96.         Height = 21
  97.         Associate = Edit1
  98.         Min = 0
  99.         Max = 99
  100.         Position = 0
  101.         TabOrder = 6
  102.         Wrap = False
  103.       end
  104.       object Edit4: TEdit
  105.         Left = 117
  106.         Top = 206
  107.         Width = 28
  108.         Height = 21
  109.         Hint = 'Maximum Number Of Seconds To Wait For Connection'
  110.         TabOrder = 7
  111.         Text = '1'
  112.         OnKeyPress = Edit1KeyPress
  113.       end
  114.       object UpDown4: TUpDown
  115.         Left = 145
  116.         Top = 206
  117.         Width = 15
  118.         Height = 21
  119.         Associate = Edit4
  120.         Min = 1
  121.         Max = 120
  122.         Position = 1
  123.         TabOrder = 8
  124.         Wrap = False
  125.       end
  126.       object StartHiddenCB: TCheckBox
  127.         Left = 16
  128.         Top = 88
  129.         Width = 145
  130.         Height = 17
  131.         Hint = 'Checked => Hide Main Window on Startup'
  132.         Caption = 'Start Hidden'
  133.         TabOrder = 2
  134.       end
  135.       object ShowConnectCB: TCheckBox
  136.         Left = 16
  137.         Top = 112
  138.         Width = 145
  139.         Height = 17
  140.         Hint = 'Checked => Show Connect Window on Startup'
  141.         Caption = 'Show Connect on Startup'
  142.         TabOrder = 3
  143.       end
  144.       object AutoDial_CB: TCheckBox
  145.         Left = 16
  146.         Top = 136
  147.         Width = 257
  148.         Height = 17
  149.         Hint = 'If you have Direct Internet Connection leave it Unchecked'
  150.         Caption = 'Use Auto Dialing (uncheck for direct connection)'
  151.         TabOrder = 4
  152.       end
  153.     end
  154.     object TTabPage
  155.       Left = 4
  156.       Top = 24
  157.       Caption = 'FTP Mode'
  158.       object RadioGroup2: TRadioGroup
  159.         Left = 8
  160.         Top = 8
  161.         Width = 153
  162.         Height = 81
  163.         Caption = 'FTP Mode'
  164.         ItemIndex = 0
  165.         Items.Strings = (
  166.           'Automatic'
  167.           'Binary'
  168.           'Text'
  169.           'EBCDIC (Mainframes)')
  170.         TabOrder = 0
  171.       end
  172.       object GroupBox2: TGroupBox
  173.         Left = 8
  174.         Top = 96
  175.         Width = 257
  176.         Height = 137
  177.         Caption = 'Text File Extensions (in Automatic FTP Mode)'
  178.         TabOrder = 1
  179.         object Label14: TLabel
  180.           Left = 8
  181.           Top = 16
  182.           Width = 114
  183.           Height = 13
  184.           Caption = 'Add Text File Extension:'
  185.         end
  186.         object TextExtEdit: TEdit
  187.           Left = 8
  188.           Top = 32
  189.           Width = 169
  190.           Height = 21
  191.           TabOrder = 0
  192.         end
  193.         object ListBox1: TListBox
  194.           Left = 8
  195.           Top = 56
  196.           Width = 169
  197.           Height = 73
  198.           ItemHeight = 13
  199.           TabOrder = 1
  200.         end
  201.         object Button1: TButton
  202.           Left = 184
  203.           Top = 32
  204.           Width = 67
  205.           Height = 25
  206.           Caption = '&Add'
  207.           TabOrder = 2
  208.           OnClick = Button1Click
  209.         end
  210.         object Button2: TButton
  211.           Left = 184
  212.           Top = 72
  213.           Width = 67
  214.           Height = 25
  215.           Caption = '&Delete'
  216.           TabOrder = 3
  217.           OnClick = Button2Click
  218.         end
  219.       end
  220.     end
  221.     object TTabPage
  222.       Left = 4
  223.       Top = 24
  224.       Caption = 'Transfers'
  225.       object Label3: TLabel
  226.         Left = 104
  227.         Top = 34
  228.         Width = 49
  229.         Height = 25
  230.         AutoSize = False
  231.         Caption = 'Active Tranfers:'
  232.         Visible = False
  233.         WordWrap = True
  234.       end
  235.       object Label4: TLabel
  236.         Left = 5
  237.         Top = 96
  238.         Width = 104
  239.         Height = 13
  240.         Caption = 'Failed Tranfer Retries:'
  241.       end
  242.       object Label15: TLabel
  243.         Left = 217
  244.         Top = 25
  245.         Width = 41
  246.         Height = 13
  247.         Caption = '[Kb/sec]'
  248.         Visible = False
  249.       end
  250.       object Label16: TLabel
  251.         Left = 104
  252.         Top = 8
  253.         Width = 152
  254.         Height = 13
  255.         Caption = 'Add Transfers if Transfer Rate is'
  256.         Visible = False
  257.       end
  258.       object Label17: TLabel
  259.         Left = 106
  260.         Top = 25
  261.         Width = 66
  262.         Height = 13
  263.         Caption = 'Greater Than:'
  264.         Visible = False
  265.       end
  266.       object RadioGroup1: TRadioGroup
  267.         Left = 6
  268.         Top = 8
  269.         Width = 86
  270.         Height = 57
  271.         Hint = 'How To Transfer Files e.g. Serial => One File At A Time'
  272.         Caption = 'Transfer Mode'
  273.         ItemIndex = 1
  274.         Items.Strings = (
  275.           'Automatic'
  276.           'Serial'
  277.           'Parallel')
  278.         TabOrder = 0
  279.         Visible = False
  280.         OnClick = RadioGroup1Click
  281.       end
  282.       object Edit2: TEdit
  283.         Left = 152
  284.         Top = 39
  285.         Width = 17
  286.         Height = 21
  287.         Hint = 'Number Of Active Transfers in Parallel Mode'
  288.         Color = clBtnFace
  289.         ReadOnly = True
  290.         TabOrder = 1
  291.         Text = '1'
  292.         Visible = False
  293.         OnChange = Edit2Change
  294.       end
  295.       object UpDown2: TUpDown
  296.         Left = 169
  297.         Top = 39
  298.         Width = 15
  299.         Height = 21
  300.         Associate = Edit2
  301.         Min = 1
  302.         Max = 5
  303.         Position = 1
  304.         TabOrder = 2
  305.         Visible = False
  306.         Wrap = False
  307.       end
  308.       object Edit3: TEdit
  309.         Left = 116
  310.         Top = 94
  311.         Width = 17
  312.         Height = 21
  313.         Hint = 
  314.           'Number Of Times To Retry Aborted FTP Transfers e.g. When Timeout' +
  315.           ' Occurs'
  316.         Color = clBtnFace
  317.         ReadOnly = True
  318.         TabOrder = 3
  319.         Text = '0'
  320.       end
  321.       object UpDown3: TUpDown
  322.         Left = 133
  323.         Top = 94
  324.         Width = 15
  325.         Height = 21
  326.         Associate = Edit3
  327.         Min = 0
  328.         Max = 9
  329.         Position = 0
  330.         TabOrder = 4
  331.         Wrap = False
  332.       end
  333.       object SlowRateEd: TEdit
  334.         Left = 173
  335.         Top = 23
  336.         Width = 42
  337.         Height = 21
  338.         Hint = 
  339.           'The Trigger Value For Increasing The Number Of Simultaneous Tran' +
  340.           'sfers'
  341.         MaxLength = 6
  342.         TabOrder = 5
  343.         Text = '1.0'
  344.         Visible = False
  345.         OnExit = RateEdExit
  346.         OnKeyPress = RateEdKeyPress
  347.       end
  348.     end
  349.     object TTabPage
  350.       Left = 4
  351.       Top = 24
  352.       Caption = 'Auto-Transfers'
  353.       object Label13: TLabel
  354.         Left = 8
  355.         Top = 9
  356.         Width = 138
  357.         Height = 13
  358.         Caption = 'Aborted Auto-Tranfer Retries:'
  359.       end
  360.       object Label18: TLabel
  361.         Left = 129
  362.         Top = 166
  363.         Width = 26
  364.         Height = 13
  365.         Caption = 'hours'
  366.       end
  367.       object Label19: TLabel
  368.         Left = 29
  369.         Top = 165
  370.         Width = 67
  371.         Height = 13
  372.         Caption = 'In More Than:'
  373.       end
  374.       object Edit5: TEdit
  375.         Left = 148
  376.         Top = 7
  377.         Width = 17
  378.         Height = 21
  379.         Hint = 'Number Of Times To Reschedule Failed Auto-Transfers'
  380.         Color = clBtnFace
  381.         ReadOnly = True
  382.         TabOrder = 0
  383.         Text = '0'
  384.       end
  385.       object UpDown5: TUpDown
  386.         Left = 165
  387.         Top = 7
  388.         Width = 15
  389.         Height = 21
  390.         Associate = Edit5
  391.         Min = 0
  392.         Max = 9
  393.         Position = 0
  394.         TabOrder = 1
  395.         Wrap = False
  396.       end
  397.       object GroupBox1: TGroupBox
  398.         Left = 8
  399.         Top = 36
  400.         Width = 265
  401.         Height = 98
  402.         Caption = 'Abort Auto-Transfer if:'
  403.         TabOrder = 2
  404.         object Label7: TLabel
  405.           Left = 219
  406.           Top = 18
  407.           Width = 41
  408.           Height = 13
  409.           Caption = '[Kb/sec]'
  410.         end
  411.         object Label8: TLabel
  412.           Left = 29
  413.           Top = 34
  414.           Width = 25
  415.           Height = 13
  416.           Caption = 'After:'
  417.         end
  418.         object Label9: TLabel
  419.           Left = 94
  420.           Top = 34
  421.           Width = 39
  422.           Height = 13
  423.           Caption = 'minutes.'
  424.         end
  425.         object Label10: TLabel
  426.           Left = 225
  427.           Top = 56
  428.           Width = 36
  429.           Height = 13
  430.           Caption = 'minutes'
  431.         end
  432.         object Label11: TLabel
  433.           Left = 26
  434.           Top = 72
  435.           Width = 25
  436.           Height = 13
  437.           Caption = 'After:'
  438.         end
  439.         object Label12: TLabel
  440.           Left = 91
  441.           Top = 72
  442.           Width = 39
  443.           Height = 13
  444.           Caption = 'minutes.'
  445.         end
  446.         object CheckBox2: TCheckBox
  447.           Left = 8
  448.           Top = 16
  449.           Width = 163
  450.           Height = 17
  451.           Hint = 'Checked => Abort If Transfer Is Slower Than Specified'
  452.           Caption = 'Transfer Rate Is Slower Than:'
  453.           TabOrder = 0
  454.           OnClick = CheckBox2Click
  455.         end
  456.         object RateEd: TEdit
  457.           Left = 175
  458.           Top = 15
  459.           Width = 42
  460.           Height = 21
  461.           Hint = 'Abort Transfer Slower Than This Rate'
  462.           Enabled = False
  463.           MaxLength = 6
  464.           TabOrder = 1
  465.           Text = '1.0'
  466.           OnExit = RateEdExit
  467.           OnKeyPress = RateEdKeyPress
  468.         end
  469.         object Time1Ed: TEdit
  470.           Left = 56
  471.           Top = 31
  472.           Width = 32
  473.           Height = 21
  474.           Hint = 'Abort Transfer When Slow After This Number Of Minutes'
  475.           Enabled = False
  476.           MaxLength = 3
  477.           TabOrder = 2
  478.           Text = '10'
  479.           OnExit = Time1EdExit
  480.           OnKeyPress = Edit1KeyPress
  481.         end
  482.         object CheckBox3: TCheckBox
  483.           Left = 8
  484.           Top = 54
  485.           Width = 187
  486.           Height = 17
  487.           Hint = 
  488.             'Checked => Abort If Estimated Transfer Time Is Longer Than Speci' +
  489.             'fied'
  490.           Caption = 'Est. Transfer Time Is Greater Than:'
  491.           TabOrder = 3
  492.           OnClick = CheckBox3Click
  493.         end
  494.         object TransferTimeEd: TEdit
  495.           Left = 192
  496.           Top = 53
  497.           Width = 30
  498.           Height = 21
  499.           Hint = 
  500.             'Abort Transfer If Est. Time Is Longer Than This Number Of Minute' +
  501.             's'
  502.           Enabled = False
  503.           MaxLength = 3
  504.           TabOrder = 4
  505.           Text = '120'
  506.           OnExit = Time1EdExit
  507.           OnKeyPress = Edit1KeyPress
  508.         end
  509.         object Time2Ed: TEdit
  510.           Left = 53
  511.           Top = 69
  512.           Width = 32
  513.           Height = 21
  514.           Hint = 
  515.             'Abort Transfer When Est. Time Is Too Long After This Number Of M' +
  516.             'inutes'
  517.           Enabled = False
  518.           MaxLength = 3
  519.           TabOrder = 5
  520.           Text = '10'
  521.           OnExit = Time1EdExit
  522.           OnKeyPress = Edit1KeyPress
  523.         end
  524.       end
  525.       object ShutdownCB: TCheckBox
  526.         Left = 8
  527.         Top = 146
  528.         Width = 241
  529.         Height = 17
  530.         Hint = 'Will Exit From Windows And Turns Off Power If Possible'
  531.         Caption = 'Shutdown if Next Auto-Transfer Is Scheduled'
  532.         TabOrder = 3
  533.         OnClick = ShutdownCBClick
  534.       end
  535.       object HoursEd: TEdit
  536.         Left = 97
  537.         Top = 163
  538.         Width = 30
  539.         Height = 21
  540.         Hint = 'Shutdown If No Transfer Scheduled in This Number Of Hours'
  541.         Enabled = False
  542.         MaxLength = 3
  543.         TabOrder = 4
  544.         Text = '8'
  545.         OnExit = HoursEdExit
  546.         OnKeyPress = Edit1KeyPress
  547.       end
  548.     end
  549.   end
  550.   object Panel1: TPanel
  551.     Left = 289
  552.     Top = 0
  553.     Width = 105
  554.     Height = 272
  555.     Align = alRight
  556.     BevelOuter = bvNone
  557.     TabOrder = 1
  558.     object BitBtn1: TBitBtn
  559.       Left = 16
  560.       Top = 16
  561.       Width = 75
  562.       Height = 25
  563.       Caption = '&OK'
  564.       TabOrder = 0
  565.       OnClick = BitBtn1Click
  566.       Kind = bkOK
  567.     end
  568.     object BitBtn2: TBitBtn
  569.       Left = 16
  570.       Top = 56
  571.       Width = 75
  572.       Height = 25
  573.       Caption = '&Cancel'
  574.       TabOrder = 1
  575.       Kind = bkCancel
  576.     end
  577.     object BitBtn3: TBitBtn
  578.       Left = 16
  579.       Top = 96
  580.       Width = 75
  581.       Height = 25
  582.       TabOrder = 2
  583.       OnClick = BitBtn3Click
  584.       Kind = bkHelp
  585.     end
  586.   end
  587. end
  588.